var runtime.levelBits
6 uses
runtime (current package)
mpagealloc.go#L176: e := uintptr(1) << levelBits[level]
mpagealloc.go#L546: logEntriesPerBlock := levelBits[l+1]
mpagealloc.go#L734: entriesPerBlock := 1 << levelBits[l]
mpagealloc.go#L739: i <<= levelBits[l]
mpagealloc.go#L827: print("runtime: levelShift[level] = ", levelShift[l], ", levelBits[level] = ", levelBits[l], "\n")
mpagealloc_64bit.go#L33: var levelBits = [summaryLevels]uint{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |